deploy: Remove checksum from generated loader entries
authorColin Walters <walters@verbum.org>
Fri, 20 Sep 2013 02:41:33 +0000 (22:41 -0400)
committerColin Walters <walters@verbum.org>
Fri, 20 Sep 2013 02:41:33 +0000 (22:41 -0400)
commit08b8734576eb198a27a8f5c6ba0dfbb74843071e
tree2a72e9ed43648fa295c43642c9284d52e76532e8
parentd03b8bbad9f40024b994c03960758446c614f7a6
deploy: Remove checksum from generated loader entries

The actual deployment checksum shouldn't be in there, because we may
just swap bootlinks, rendering the name of the old bootloader entry
file invalid.  Thankfully nothing actually parsed the names of these
files, so let's just use the index.
src/libostree/ostree-sysroot-deploy.c
tests/test-admin-deploy-1.sh